home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK3149.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-08-17  |  486b  |  20 lines

  1. @echo off
  2. cls
  3. if "%1"=="" goto baddrive
  4. if "%2"=="" goto baddrive
  5. echo.
  6. echo This program will install "Sounds Like A.." on drive %2
  7. echo To proceed with installation, press any key. To exit, press CTRL-C.
  8. echo.
  9. pause
  10.  
  11. COPY %1:\SLA.DOC %2:
  12. COPY %1:\INSTALL.OVL %2:INSTALL2.BAT
  13. %2:
  14. INSTALL2 %1
  15. :BADDRIVE
  16. echo.
  17. echo  Cannot install SLA
  18. echo  You must specify the source and destination drives when running install
  19. echo  Example:  INSTALL A D     (installs from A to D)
  20.